net/http.connLRU.ll (field)
7 uses
net/http (current package)
transport.go#L3242: ll *list.List // list.Element.Value type is of *persistConn
transport.go#L3248: if cl.ll == nil {
transport.go#L3249: cl.ll = list.New()
transport.go#L3252: ele := cl.ll.PushFront(pc)
transport.go#L3260: ele := cl.ll.Back()
transport.go#L3262: cl.ll.Remove(ele)
transport.go#L3270: cl.ll.Remove(ele)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |